Filters
Filters let you narrow which tests or CSV rows are executed during a run. Filters do not affect the file tree — they only apply at run time.
Applying a Filter
In the Tests view, click the Filter: row. Enter a filter expression and press Enter.
Syntax
| Element | Details |
|---|---|
tag=<value> | Match by tag |
priority=<value> | Match by priority (e.g., P0, P1) |
folder=<name> | Match by folder name |
query=<text> | Text match across summary, steps, and tags |
&& / || | Combine clauses |
( ) | Group clauses |
Examples:
tag=smoke && priority=P0
query=login
(tag=user && priority=P0) || (tag=dashboard && priority=P1)
Saving and Clearing
- Save — enter a valid filter and confirm; it persists in workspace state.
- Clear — open the filter input and submit an empty value.
Invalid syntax is rejected and not saved.